home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 16 / CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso / CUCD / Online / HBBS / Conferences / NewUsers / ConfConfig < prev    next >
Text File  |  1997-09-01  |  2KB  |  67 lines

  1. ;$HBBS
  2. ; File: HBBS:Conferences/<confdir>/ConfConfig
  3. ; purpose: defines the conference options
  4.  
  5. ConfActive=TRUE             ; set to false to disable ALL access to the conference
  6. ConfName=New Users!         ; conference name
  7. ConfAccess=10               ; access level required to allow access to conference
  8.  
  9. HoldFileList=HBBS:Conferences/NewUsers/FileLists/HoldList
  10. HoldFiles_1=HBBS:Conferences/NewUsers/Hold/
  11.  
  12. BadFileList=HBBS:Conferences/NewUsers/FileLists/BADList
  13. BadFiles_1=HBBS:Conferences/NewUsers/BadFiles/
  14.  
  15. FileList_1=HBBS:Conferences/NewUsers/FileLists/Files_1
  16.  
  17. PartUpload_1=HBBS:Conferences/NewUsers/PartUpload/
  18.  
  19. NeedDIZ_1=HBBS:Conferences/NewUsers/NeedDiz/
  20.  
  21. ; upload_1 gets filed first..
  22. ; note: directories/assigns need not exist. hbbs will cope!
  23.  
  24. Upload_1=Files_3:NewUsers/
  25. Upload_2=Files_2:NewUsers/
  26. Upload_3=Files_1:NewUsers/
  27.  
  28. ; existance of files are checked in this order.
  29.  
  30. Download_1=Files_1:NewUsers/
  31. Download_2=Files_2:NewUsers/
  32. Download_3=Files_3:NewUsers/
  33.  
  34. ; amount of lines that can be used for the file descriptions for this conf.
  35.  
  36. MaxDIZLines=12
  37.  
  38. ; {S} = system name
  39. ; {C} = conf name
  40. ; {L} = time left
  41. ; {T} = time
  42. ; {D} = date
  43. ; {B} = bytes availiable! (per conf!)
  44.  
  45. MenuPrompt={E}33m{E}44m {S} [{C}] {L} Mins {E}37m{E}40m >
  46.  
  47. ; same as /X's force newscan!...
  48.  
  49. AutoMailScan=YES
  50.  
  51. ; confpasswd defines the password that a user needs before they can join a conference
  52. ; conf join programs MUST be aware of this setting!
  53.  
  54. ;ConfPassWD=PASSWORD
  55.  
  56. ; use these options to set who's allowed into the conference..
  57. ; if they aint on this list then they don't get in
  58. ; (if you use this option then it's best not to allow the user to change thier
  59. ; username!!)
  60.  
  61. ;UserAllowed_1=Hydra
  62. ;UserAllowed_2=Daffy Duck
  63. ;UserAllowed_3=Cruise
  64. ;UserAllowed_4=Stab
  65.  
  66. KeepDIZWithFile=YES
  67.